type net/http.http2netHTTPClientConn
9 uses
net/http (current package)
h2_bundle.go#L10578: return http2netHTTPClientConn{cc}, nil
h2_bundle.go#L10583: type http2netHTTPClientConn struct {
h2_bundle.go#L10587: func (cc http2netHTTPClientConn) RoundTrip(req *Request) (*Response, error) {
h2_bundle.go#L10591: func (cc http2netHTTPClientConn) Close() error {
h2_bundle.go#L10595: func (cc http2netHTTPClientConn) Err() error {
h2_bundle.go#L10604: func (cc http2netHTTPClientConn) Reserve() error {
h2_bundle.go#L10615: func (cc http2netHTTPClientConn) Release() {
h2_bundle.go#L10628: func (cc http2netHTTPClientConn) Available() int {
h2_bundle.go#L10634: func (cc http2netHTTPClientConn) InFlight() int {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |